SmartFTP FTP Library
|
Downloads a file.
HRESULT DownloadFile( [in] BSTR remoteFile, [in] BSTR localFile, [in] long startPositionLo, [in] long startPositionHi );
The client opens a data connection and requests the file with the RETR command. In case the nStartPosLo/nStartPosHi argument is greater than zero, the client sends a REST command and the file is being resumed from the position specified in the nStartPosLo/nStartPosHi arguments.
What do you think about this topic? Send feedback!
|
Copyright (c) by SmartSoft Ltd. All rights reserved.
|